home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / notes / old.new / procOptions < prev    next >
Encoding:
Text File  |  1991-09-06  |  408 b   |  16 lines

  1. server thread context:
  2.  
  3. (1) all point to single PCB for Sprite
  4. - don't have info in proc table for all server threads, don't have
  5.   much debugging info
  6.  
  7. (2) nil
  8.  
  9. (3) point to per-thread full PCB
  10. - lots of unused fields in PCB
  11. o need back pointer in the PCB to thread
  12.  
  13. (4) point to per-thread "server" PCB
  14. - have to be careful about accessing the union type correctly
  15. o need back pointer in the PCB to thread
  16.